Text File | 1992-11-19 | 661 b | 12 lines | [TEXT/DOCS]
Verb clock.idleTime
Syntax clock.idleTime ()
Parameters None required.
Action Determines the number of seconds that have elapsed since the last user action.
Returns The number of seconds if user inactivity.
Examples clock.idleTime ()
» 0 «user just pressed cmd-/, so hasn’t been idle
Errors If the IdleTime INIT system extension hasn’t been installed in the System Folder, or was not loaded during the Macintosh startup process, calling this verb will generate an error.
Notes • Activity is defined as any disk insertion, keystroke, mouse click or mouse movement.
• The verb requires that the IdleTime INT system extension is installed in the System Folder.